home *** CD-ROM | disk | FTP | other *** search
- #ifndef FLYPAPERUTILS_H
-
- enum {
- kClippingsFolder = 'CLPS',
- kFlyPaperAppFolder = 'FlyP'
- };
-
- OSErr FlyPaperFindFolder (short vRefNum, OSType folderType, Boolean createFolder,
- short *foundVRefNum, long *foundDirID);
- Boolean OptionKeyDown (void);
- Handle TempGet1Resource (ResType type, short id);
- void ClassifyPoint (Point p, Boolean* onLeft, short* offset);
-
- #endif
-
-